Metadata-Version: 2.1
Name: VWS-Web-Tools
Version: 2021.4.15.0
Summary: Tools for interacting with the Vuforia Web Services (VWS) website.
Home-page: https://github.com/VWS-Python/vws-web-tools
Author: Adam Dangoor
Author-email: adamdangoor@gmail.com
License: MIT License
Description: |Build Status| |codecov| |Documentation Status|
        
        VWS-Web-Tools
        =============
        
        Tools for interacting with the VWS (Vuforia Web Services) website.
        
        .. code::
        
           export VWS_EMAIL_ADDRESS=[YOUR-EMAIL]
           export VWS_PASSWORD=[YOUR-PASSWORD]
        
           vws-web-tools \
               create-vws-license \
               --license-name my-licence-0001
        
           vws-web-tools \
               create-vws-database \
               --license-name my-licence-0001  \
               --database-name my-database-0001
        
           vws-web-tools show-database-details \
               --database-name my-database-0001
        
        .. |Build Status| image:: https://github.com/VWS-Python/vws-web-tools/workflows/CI/badge.svg
           :target: https://github.com/VWS-Python/vws-web-tools/actions
        .. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-web-tools/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/VWS-Python/vws-web-tools
        .. |Documentation Status| image:: https://readthedocs.org/projects/vws-web-tools/badge/?version=latest
           :target: https://vws-web-tools.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
Keywords: vuforia vws
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/x-rst
Provides-Extra: dev
